home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / ftp.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.1 KB  |  88 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : FTP/SMTP
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : E_Systems, Inc., ECI Division
  7. --                   : St. Petersburg, Florida
  8. --                   : Contact: Lt. Colonel Falgiano
  9. --                   : ESD/SCW
  10. --                   : Hanscom AFB, MA  01731
  11. -- COPYRIGHT         : (c) 1985 E_Systems, Inc.
  12. -- DATE CREATED      : 
  13. -- DATE RELEASED     : 22 June 1985
  14. -- DATE LAST UPDATED : 
  15. -- LOCATION          : ASR
  16. -- ENVIRONMENT       : 
  17. --= CLASSIFICATION       ===============================================--
  18. -- CATEGORY LEVEL 1  : Communications
  19. -- CATEGORY LEVEL 2  : Protocol
  20. -- CATEGORY LEVEL 3  : FTP/SMTP
  21. -- CATEGORY LEVEL 4  : 
  22. -- KEYWORD           : 
  23. -- INDEX             : FTP
  24. -- INDEX             : SMTP
  25. -- INDEX             : File Transfer Protocol
  26. -- INDEX             : Simple Mail Transfer Protocol
  27. -- INDEX             : Protocol, File Transfer
  28. -- INDEX             : Protocol, Simple Mail Transfer
  29. -- TAXONOMY          : 
  30. -- DEPENDENCIES      : 
  31. -- SEE ALSO          : WIS_TOOL_03_3
  32. --= FILE LISTING         ===============================================--
  33. -- FILE SPECS        : PD:<ADA.DDN>FTP*.*
  34. -- FILE SPECS        : PD:<ADA.DDN>IFACE*.*
  35. -- FILE SPECS        : PD:<ADA.DDN>*.LCL
  36. -- FILE SPECS        : PD:<ADA.DDN>WICAT*.*
  37. -- FILE SPECS        : PD:<ADA.DDN>USERSMAN*.*
  38. -- DIRECTORY DISPLAY :
  39. -- Directory   PD:<ADA.DDN>
  40. --      File Name     Byte Count  Line Count
  41. --   ---------------  ----------  ----------
  42. --   FTP.COM                1080          67
  43. --   FTP.PRO                3733          80
  44. --   FTP.SRC              375318        9366
  45. --   FTPBATCH.COM            548          11
  46. --   FTPSMTP.CMM            1253          34
  47. --   IFACE.COM               512          19
  48. --   IFACE.SRC             48820        1289
  49. --   IFACEBAT.COM            570          11
  50. --   USERNAMES.LCL            66           3
  51. --   WICATMISC.SRC        102526        3989
  52. --   USERSMAN.DIS            103           5
  53. --   USERSMAN.DOC         105163        2553
  54. --   ===============  ==========  ==========
  55. --    12 Files            639692       17427
  56. --= ABSTRACT             ===============================================--
  57. --         These tools provide the ability to transfer files and to  send
  58. -- and receive mail among users on diverse hosts.  File transfer will use
  59. -- Ada SEQUENTIAL_IO calls to read and write files and will interface  to
  60. -- TCP(CDRL  0001)  to  send  data  across  communication  lines and will
  61. -- interface to Telnet to send and receive all commands and replies.  The
  62. -- Simple Mail Transfer Protocol to be implemented is RFC821.
  63. --= REVISION HISTORY     ===============================================--
  64. --
  65. -- DATE         VERSION AUTHOR                  HISTORY 
  66. -- 06/22            1.0                       Initial Release
  67. --= RELEASE NOTICE       ===============================================--
  68. -- This prologue must be included in all copies of this software.
  69. -- 
  70. -- This software is copyright by the author.
  71. -- 
  72. -- This software is released to the Ada community.
  73. -- This software is released to the Public Domain (note:
  74. --   software released to the Public Domain is not subject
  75. --   to copyright protection).
  76. -- Restrictions on use or distribution:  NONE
  77. --= DISCLAIMER           ===============================================--
  78. --     This software and its documentation are provided "AS IS" and
  79. -- without any expressed or implied warranties whatsoever.  No warranties
  80. -- as to performance, merchantability, or fitness for a particular
  81. -- purpose exist.
  82. --     The user is advised to test the software thoroughly before
  83. -- relying on it.  The user must assume the entire risk and liability of
  84. -- using this software.  In no event shall any person or organization of
  85. -- people be held responsible for any direct, indirect, consequential or
  86. -- inconsequential damages or lost profits.
  87. --======================================================================--
  88.